home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-21 | 438 b | 16 lines | [TEXT/KAHL] |
- // MySlotVBL
- /*A VBL synching unit for SAT or general use alike.*/
-
- #include <SAT.h>
-
- pascal OSErr InstallVBL(GDHandle myGDevHand);
- pascal void RemoveVBL();
- pascal long GetVBLValue();
- pascal void SetVBLValue(long value);
-
- // To synch SAT by VBL, install SATSynch as synch procedure.}
- // CAUTION: InstallVBL must have succeeded, or SATSynch will wait forever!}
- // Also, don't forget a RemoveVBL when you quit!}
- pascal Boolean SATSynch();
-
-